﻿.wes{
    overflow: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wes2{
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wes3{
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.clear{
    clear: both;
}

/* search */
.search_title_23{
    width: 100%;
    background: #fff;
    height: 80px;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
}
.search_title_23 a{
    display: inline-block;
    font-size: 16px;
    color: #333; 
    border-radius: 10px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 20px 6px 0 20px;
}
.search_title_23 a:hover{
    background: #1e75cf;
    color: #fff;
}
.search_title_23 a.on{
    background: #1e75cf;
    color: #fff;
}

.chart-vd {
    position: relative;
    width: 100%;
    background: #fff;
    height: 86px;
}
.chart-vd > ul{
    width: auto;
    display: inline-block;
    float: left;
}
.chart-vd > ul > li {
    display: inline-block;
    float: left;
    margin: 22px 10px 0;
    position: relative;
}
.chart-vd > ul > li:first-child{
    margin-left: 20px;
}
.chart-vd > ul > li .name, .chart-vd > ul > li > a {
    display: inline-block;
    height: 40px;
    background-color: #fff;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    color: #777;
    cursor: pointer;
}
.chart-vd .name span {
    color: #1e75cf;
}
.chart-vd .name i {
    font-style: normal;
    display: inline-block;
    transform: scale(0.8);
    transition: all .5s;
    font-size: 16px; 
    color: #bbb;
    padding-left: 6px;
}
.chart-vd .chart-drop {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0;
    width: 430px;
    top: 40px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    font-size: 14px;
    z-index: 10;
    padding: 20px 0 10px 20px;
    display: none;
}
.chart-vd .chart-drop a {
    display: inline-block;
    line-height: 2;
    width: 25%;
    float: left;
    color: #333;
}
.chart-vd .chart-drop a.current {
color: #1e75cf;
}
.chart-vd .chart-drop .tips {
margin-top: 15px;
color: #ed6d33;
}
.chart-vd .chart-drop .tips i {
margin-right: 5px;
}
.chart-vd .current a {
background-color: #1e75cf;
color: #fff;
}
.chart-vd .search-head {
    position: relative; 
    width: 300px;
    float: left; 
    margin: 22px 0 0 30px; 
}
.chart-vd .search-head .keys {
background-color: #fff;
height: 40px;
line-height: 40px;
box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1); 
border: 0;
font-size: 14px;
width: 100%;
padding: 0 15px 0 20px;
border-radius: 6px; 
}
.chart-vd .search-head .sub_23 {
height: 40px;
line-height: 40px;
padding: 0 20px 0 15px;
position: absolute;
right: -34px;
top: 0;
border: 0;
z-index: 30;
cursor: pointer;
display: inline-block;
color: #777;
font-size: 15px;
}
.sub_23 img{
    width: 20px;
    float: left;
    padding: 10px 4px 0 0;
}
.search-result_table {
width: 100%;
}
.search-result_table th {
background: #fafafa;
font-weight: normal;
}
.search-result_table td,
.search-result_table th {
border: 1px solid #eee;
padding: 10px;
}
.chart-vd > ul > li:hover .name {
border-radius: 6px 6px 0 0;
}
.chart-vd > ul > li:hover .name i {
    transform: scale(0.8) rotate(180deg); 
}
.chart-vd > ul > li:hover .chart-drop {
display: block;
}
.chart-vd .chart-drop a:hover { 
color: #1e75cf;
}
.chart-vd .search-head input:focus{
    outline: none;  
    border: 1px solid #1e75cf;
}

/* content_list */
.content_list_23{
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}
.content_list_23 li{
    float: left;
    width: 380px;
    height: auto; 
    position: relative;
    overflow: hidden;
    margin: 0 30px 30px 0;
    display: inline-block;
}
.content_list_23 li:nth-child(3n){margin-right: 0;}
.content_list_img_23{
    padding: 10px;
    width: 95%;
    background: #fff;
}
.content_list_img_23 a{
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.content_list_img_23 a img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.6s;
    width: 100%;
    height: auto;
}
.content_list_font_23 {
    width: 95%;
    position: absolute;
    top: 10px;
    left: 10px;
}
.content_list_font_23 a{
    display: inline-block;
    max-width: 50%;
    font-size: 12px;
    background: #1e75cf;
    color: #fff;
    padding: 8px 10px; 
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.content_list_font_23 span{
    font-size: 12px;
    background: #fff;
    color: #999;
    padding: 8px 10px; 
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    position: absolute;
    top: 0;
    right: 0;
}
.content_list_title_23{
    width: 100%;
    margin: 0 auto;
}
.content_list_title_23 a{
    width: 93%;
    height: 50px;
    font-size: 15px;
    color: #333;
    line-height: 26px;
    text-align: justify;
    padding: 0 14px 14px 14px;
    background: #fff;
}
.content_list_23 li:hover .content_list_img_23 a img{
    transform: scale(1.05);
}
.content_list_23 li:hover .content_list_title_23 a{
    color: #1e75cf;
}
.content_list_font_23 a:hover{
    background: #ed6d33;
}

/* market_size */
.content_list_font_231{
    width: 100%;
    background: #fff;
    display: inline-block;
}
.content_list_font_231 a{
    float: left;
    font-size: 12px;
    color: #666;
    display: inline-block;
    margin: 0 0 12px 14px;
    background: url(../image/tips_icon_23.png)no-repeat left center;
    text-indent: 18px;
} 
.content_list_font_231 span{
    float: right;
    font-size: 12px;
    color: #999;
    display: inline-block;
    margin: 0 14px 12px 0;
}
.content_list_title_231{
    width: 100%;
    margin: 0 auto;
}
.content_list_title_231 a{
    width: 94%;
    margin: auto;
    height: 50px;
    font-size: 15px;
    color: #333;
    line-height: 26px;
    text-align: center;
    margin-top: 8px;
}
.content_list_23 li:hover .content_list_title_231 a{
    color: #1e75cf;
}
.content_list_font_231 a:hover{
    color: #1e75cf;
}

/* competition_pattern */
.content_list_font_232 a{
    display: inline-block;
    position: absolute;
    max-width: 50%;
    top: 10px;
    left: 10px;
    font-size: 12px;
    background: #1e75cf;
    color: #fff;
    padding: 8px 10px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.content_list_font_232 b{
    font-weight: normal;
    font-size: 12px;
    color: #999;
    padding: 0 0 10px 18px;
    background: #fff;
    display: block;
}
.content_list_font_232 span{
    font-size: 12px;
    background: #fff;
    color: #999;
    padding: 8px 10px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 10px;
    bottom: 70px; 
}
.content_list_font_232 a:hover{
    background: #ed6d33;
}
.content_list_img_232 a img{ 
    margin: 0; 
}

/* research_report */
.content_list_font_233{
    background: #fff;
    display: inline-block;
    width: 100%;
}
.content_list_font_233 a{
    display: inline-block; 
    max-width: 50%; 
    font-size: 12px;
    background: #1e75cf;
    color: #fff;
    padding:8px 10px;
    border-radius: 8px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    margin: 0 0 15px 10px;
    float: left;
} 
.content_list_font_233 span{
    font-size: 12px;
    background: #fff;
    color: #999;
    padding:8px 10px; 
    border-radius: 8px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    margin: 0 10px 14px 0;
    float: right;
}
.content_list_font_233 a:hover{
    background: #ed6d33;
}
.content_list_img_23 a b{
    width: 90%;
    position: absolute;
    left: 5%;
    top: 84px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}
.content_list_img_23 a span{
    font-weight: bold;
    width: 50%;
    position: absolute;
    left: 25%;
    top: 118px;
    text-align: center;
    font-size: 16px;
    color: #1e75cf;
    overflow: hidden;
}

/* industry_graph */
.content_list_234,.content_list_235{
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}
.content_list_234 li{
    width: 100%;
    background: #fff;
    margin-bottom: 26px;
}
.content_list_img_234{
    width: 360px;
    height: 205px;
    padding: 20px;
}
.content_list_img_234 a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.content_list_img_234 a img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.6s;
    width: 100%;
    height: auto;
}
.content_list_234 li:hover a img{
    transform: scale(1.05);
}
.content_list_font_234{
    padding: 20px 30px 20px 20px;
    width: 750px;
}
.content_list_font_234 a{
    width: 100%;
    overflow: hidden;
    display: inline-block;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: left;
    margin-top: 4px;
}
.content_list_font_234 p{
    width: 100%;
    height: auto;
    margin: 10px 0;
    text-align: justify;
    line-height: 32px;
    font-size: 16px;
    color: #666;
}
.content_list_tips_234{
    width: 100%;
    margin-top: 20px;
}
.content_list_tips_234 a{
    float: left;
    margin-right: 60px;
    display: inline-block;
    width: auto;
    font-size: 14px;
    background: #1e75cf;
    color: #fff;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: normal;
    margin-top: 0;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.content_list_tips_234 span{
    display: inline-block;
    max-width: 50%;
    font-size: 14px;
    background: #fff;
    color: #999;
    padding: 10px 14px;
    border-radius: 8px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%); 
}
.content_list_font_234 a:hover{
    color: #1e75cf;
}
.content_list_tips_234 a:hover{
    background: #e56a34;
    color: #fff;
} 